net/http.http2randomWriteScheduler.sq (field)

8 uses

	net/http (current package)
		h2_bundle.go#L11528: 	return &http2randomWriteScheduler{sq: make(map[uint32]*http2writeQueue)}
		h2_bundle.go#L11538: 	sq map[uint32]*http2writeQueue
		h2_bundle.go#L11549: 	q, ok := ws.sq[streamID]
		h2_bundle.go#L11553: 	delete(ws.sq, streamID)
		h2_bundle.go#L11567: 	q, ok := ws.sq[id]
		h2_bundle.go#L11570: 		ws.sq[id] = q
		h2_bundle.go#L11581: 	for streamID, q := range ws.sq {
		h2_bundle.go#L11584: 				delete(ws.sq, streamID)